Disable Wayland backend on non-Linux kernels
authorSimon McVittie <smcv@debian.org>
Sat, 27 Jul 2019 19:43:44 +0000 (20:43 +0100)
committerSimon McVittie <smcv@debian.org>
Sat, 27 Jul 2019 19:43:44 +0000 (20:43 +0100)
debian/changelog
debian/rules

index 4e13f01ad334675e5af1789d3cc0038ba649388a..52d0f2452a921ab209e052381891d3fbc7b43816 100644 (file)
@@ -3,6 +3,7 @@ gtk+4.0 (3.96.0-2) UNRELEASED; urgency=medium
   * Mark patches as applied upstream
   * Don't run dh_missing against debian/install/udeb when not building
     the udeb. This fixes FTBFS in Architecture: all-only builds.
+  * Disable Wayland backend on non-Linux kernels
 
  -- Simon McVittie <smcv@debian.org>  Sat, 27 Jul 2019 20:33:30 +0100
 
index 811a5823cf9466023d7bb682fa14b527a4ee4a5f..f2056ff7d33c6a4cdcf386cf04be1a9fd7bb520f 100755 (executable)
@@ -116,7 +116,7 @@ endif
 ifeq (linux,$(DEB_HOST_ARCH_OS))
 configure_flags_deb += -Dwayland-backend=true
 else
-configure_flags_deb += -Dwayland-backend=true
+configure_flags_deb += -Dwayland-backend=false
 endif
 
 configure_flags_udeb = \